We wanted to check our hypothesis that increasing the augmentation will always give us a better score. Started two models, one with 8 rotations instead of 4 and one turning on random crops as well. These both used a very large proportion of RAM because of the high augmentation factor.
In [1]:
cd ..
In [4]:
%run check_test_score.py -v run_settings/alexnet_based_16aug.json
In [5]:
%run check_test_score.py -v run_settings/alexnet_based_40aug.json